-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roachtest: assert limit capacity throughput 90% of baseline #119652
roachtest: assert limit capacity throughput 90% of baseline #119652
Conversation
f81c1cb
to
3c95a3d
Compare
Requires #119776 to pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 2 minutes felt too generous. I'm re-running some tests now to confirm the minute is reasonable. |
This commit enables a throughput assertion on the `limit_capacity` roachtests. The assertion requires that throughput after limiting some nodes capacity is at least 90% of the pre-limit throughput after 2 minutes. Part of: cockroachdb#118866 Release note: None
3c95a3d
to
d8f2742
Compare
Failed 1/10 runs for the The failure was simply due to slower L0 sublevel growth than the other runs. I'll leave the period at 2 minutes. |
TYFTR bors r=andrewbaptist |
This commit enables a throughput assertion on the
limit_capacity
roachtests. The assertion requires that throughput after limiting some
nodes capacity is at least 90% of the pre-limit throughput after 2
minutes.
Part of: #118866
Release note: None